indexing just a part of a string - Mailing list pgsql-general

From Christoph Pingel
Subject indexing just a part of a string
Date
Msg-id a06100503be2e2d0e341d@[62.224.49.157]
Whole thread Raw
Responses Re: indexing just a part of a string  (Alban Hertroys <alban@magproductions.nl>)
List pgsql-general
I'm new to PostgreSQL, and it has been a pleasure so far.

There's just one thing I'm trying to do and I didn't find any hints
in the manual: I want to index just a part of a string in a column.

The situation: I have roughly 300.000 rows, and in the column we're
looking at, most of the entries have less than 200 chars. However,
there are some (very few) that have more than 3000 chars, and
postmaster relplies that this is too many for the index (b-tree).

So I would like to say 'index only the first 200 chars of the
column', which will result in a full index of 99.9 % of my entries. I
did this in MySQL, but I didn't find it in the pg manual.

How do I proceed?

best regards, and TIA
Christoph Pingel


pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: External Projects in the PostgreSQL release
Next
From: Shaun Clements
Date:
Subject: Re: